home *** CD-ROM | disk | FTP | other *** search
/ Symantec Visual Cafe for Java 2.5 / symantec-visual-cafe-2.5-database-dev-edition.iso / Visual Cafe Pro v1.0 / VISCAFE.BIN / ButtonBase.desc < prev    next >
Encoding:
Text File  |  1997-06-19  |  10.4 KB  |  200 lines

  1. ; 02/09/97    LAB    Changed the HTML Link URL property from PROPERTY to DEFPROPERTY for ImageHTMLLink
  2.  
  3. ; ---- symantec.itools.awt.ButtonBase abstract parent class ----
  4.  
  5. ; 01/29/97        TWB Integrated changes from Macintosh
  6.  
  7. CLASS=symantec.itools.awt.ButtonBase
  8.  
  9. PROPERTY=Integer, "Bevel Height", "BevelHeight", "1"
  10. PROPERTY=Boolean, "Notify While Pressed", "NotifyWhilePressed", "false"
  11. PROPERTY=Integer, "Notify Delay", "NotifyDelay", "1000"
  12. PROPERTY=Boolean, "Show Focus", "ShowFocus", "true"
  13. ;PROPERTY=Boolean, "Show InfoTip", "ShowInfoTip", "false"
  14. ;PROPERTY=Integer, "InfoTip Delay", "InfoTipDelay", "1000"
  15. ;PROPERTY=String, "InfoTip Text", "InfoTipText", ""
  16. ;PROPERTY=Color, "InfoTip Text Color", "InfoTipTextColor", ""
  17.  
  18. AWTEVENT=ACTION
  19. AWTEVENT=MOUSE
  20.  
  21. CONNECTION=input,   "int",  "", "%name%.setBevelHeight(%arg%);",     "Set the height of the button bevel"
  22. CONNECTION=output,  "int",  "", "%name%.getBevelHeight()",         "Get the height of the button bevel"
  23. CONNECTION=input, "boolean","", "%name%.setShowFocus(%arg%);",         "Set the button focus border flag"
  24. CONNECTION=output,"boolean","", "%name%.getShowFocus()",         "Get the button focus border flag"
  25. CONNECTION=input, "boolean","", "%name%.setNotifyWhilePressed(%arg%);",    "Set Notify While Pressed"
  26. CONNECTION=input,   "void", "", "%name%.setNotifyWhilePressed(true);",    "Notify While Pressed"
  27. CONNECTION=input,   "void", "", "%name%.setNotifyWhilePressed(false);",    "Don't Notify While Pressed"
  28. CONNECTION=output,"boolean","", "%name%.getNotifyWhilePressed()",    "Notify While Pressed?"
  29. CONNECTION=output,"boolean","", "!%name%.getNotifyWhilePressed()",    "Don't Notify While Pressed?"
  30. CONNECTION=input,   "int",  "", "%name%.setNotifyDelay(%arg%);",    "Set the Notify Delay"
  31. CONNECTION=output,  "int",  "", "%name%.getNotifyDelay()",        "Get the Notify Delay"
  32. ;CONNECTION=input, "boolean","", "%name%.setShowInfoTip(%arg%);",    "Show/Hide the Info Tip"
  33. ;CONNECTION=input,   "void", "", "%name%.setShowInfoTip(true);",        "Show the Info Tip"
  34. ;CONNECTION=input,   "void", "", "%name%.setShowInfoTip(false);",    "Hide the Info Tip"
  35. ;CONNECTION=output,"boolean","", "%name%.getShowInfoTip()",        "Is Info Tip Shown?"
  36. ;CONNECTION=output,"boolean","", "!%name%.getShowInfoTip()",        "Is Info Tip Hidden?"
  37. ;CONNECTION=input,   "int",  "", "%name%.setInfoTipDelay(%arg%);",    "Set the Info Tip delay"
  38. ;CONNECTION=output,  "int",  "", "%name%.getInfoTipDelay()",        "Get the Info Tip delay"
  39. ;CONNECTION=input, "String", "", "%name%.setInfoTipText(%arg%);",    "Set the Info Tip text"
  40. ;CONNECTION=output,"String", "", "%name%.getInfoTipText()",        "Get the Info Tip text"
  41. ;CONNECTION=input,  "Color", "", "%name%.setInfoTipTextColor(%arg%);",    "Set the Info Tip color"
  42. ;CONNECTION=output, "Color", "", "%name%.getInfoTipTextColor()",        "Get the Info Tip color"
  43.  
  44.  
  45.  
  46. ; ---- symantec.itools.awt.DirectionButton component ----
  47.  
  48. CLASS=symantec.itools.awt.DirectionButton
  49.  
  50. SMALLICON=components\DirectionButton.ico, "0"
  51. ICONSUITE=Icons, "133"
  52.  
  53. FOLDER=Additional
  54. TOOLBAR=Additional
  55.  
  56. PROPERTY=Enum, "Direction", "Direction", "LEFT", "LEFT=0, RIGHT=1, UP=2, DOWN=3"
  57. PROPERTY=Integer, "Arrow Indent", "ArrowIndent", "0"
  58. PROPERTY=Integer, "Bevel Height", "BevelHeight", "1"
  59. PROPERTY=Integer, "Notify Delay", "NotifyDelay", "1000"
  60.  
  61. AWTEVENT=ACTION
  62.  
  63. CONNECTION=input,  "int", "", "%name%.setDirection(%arg%);",     "Set the button arrow direction"
  64. CONNECTION=output, "int", "", "%name%.getDirection()",         "Get the button arrow direction"
  65. CONNECTION=output, "int", "", "%name%.LEFT",            "Point the button arrow LEFT"
  66. CONNECTION=output, "int", "", "%name%.RIGHT",            "Point the button arrow RIGHT"
  67. CONNECTION=output, "int", "", "%name%.UP",            "Point the button arrow UP"
  68. CONNECTION=output, "int", "", "%name%.DOWN",            "Point the button arrow DOWN"
  69. CONNECTION=input,  "int", "", "%name%.setBevelHeight(%arg%);",     "Set the height of the button bevel"
  70. CONNECTION=output, "int", "", "%name%.getBevelHeight()",         "Get the height of the button bevel"
  71. CONNECTION=input,  "int", "", "%name%.setNotifyDelay(%arg%);",    "Set the Notify Delay"
  72. CONNECTION=output, "int", "", "%name%.getNotifyDelay()",        "Get the Notify Delay"
  73.  
  74.  
  75. ; ---- symantec.itools.awt.ImageButton component ----
  76.  
  77. CLASS=symantec.itools.awt.ImageButton
  78.  
  79. SMALLICON=components\ImageButton.ico, "0"
  80. ICONSUITE=Icons, "130"
  81.  
  82. PROPERTY=URL, "URL", "ImageURL", "", "Image Files(*.jpg;*.gif)"
  83. PROPERTY=Boolean, "Scale Mode", "ScaleMode", "false"
  84. PROPERTY=Boolean, "Center Mode", "CenterMode", "true"
  85. PROPERTY=Integer, "Bevel Height", "BevelHeight", "1"
  86. PROPERTY=Integer, "Notify Delay", "NotifyDelay", "1000"
  87.  
  88. FOLDER=Additional
  89. TOOLBAR=Additional
  90.  
  91. AWTEVENT=ACTION
  92.  
  93. CONNECTION=input,   "URL",  "", "%name%.setImageURL(%arg%);",     "Set the image to be displayed on the button"
  94. CONNECTION=output,  "URL",  "", "%name%.getImageURL()",     "Get the image URL of the button"
  95. CONNECTION=input,"RelativeURL","","%name%.setImageURL(symantec.itools.net.RelativeURL.getURL(%arg%));","Set the relative image to be displayed on the button"
  96. CONNECTION=input, "boolean","", "%name%.setScaleMode(%arg%);",     "Set the scale mode of the button image"
  97. CONNECTION=output,"boolean","", "%name%.getScaleMode()",     "Get the scale mode of the button image"
  98. CONNECTION=input, "boolean","", "%name%.setCenterMode(%arg%);", "Set the center mode of the button image"
  99. CONNECTION=output,"boolean","", "%name%.getCenterMode()",     "Get the center mode of the button image"
  100. CONNECTION=input,  "int", "", "%name%.setBevelHeight(%arg%);",     "Set the height of the button bevel"
  101. CONNECTION=output, "int", "", "%name%.getBevelHeight()",         "Get the height of the button bevel"
  102. CONNECTION=input,  "int", "", "%name%.setNotifyDelay(%arg%);",    "Set the Notify Delay"
  103. CONNECTION=output, "int", "", "%name%.getNotifyDelay()",        "Get the Notify Delay"
  104.  
  105.  
  106. ; ---- symantec.itools.awt.LabelButton component ----
  107.  
  108. CLASS=symantec.itools.awt.LabelButton
  109.  
  110. SMALLICON=components\LabelButton.ico, "0"
  111. ICONSUITE=Icons, "154"
  112.  
  113. FOLDER=Additional
  114. TOOLBAR=Additional
  115.  
  116. DEFPROPERTY=String, "Text", "Text", "text"
  117. PROPERTY=Enum, "Bevel Style", "BevelStyle", "BEVEL_RAISED", "BEVEL_LOWERED=0, BEVEL_RAISED=1, BEVEL_LINE=2, BEVEL_NONE=3"
  118. PROPERTY=Enum, "Alignment Style", "AlignStyle", "ALIGN_CENTERED", "ALIGN_LEFT=0, ALIGN_CENTERED=1, ALIGN_RIGHT=2"
  119. PROPERTY=Enum, "Border Indent", "BorderIndent", "INDENT_ZERO", "INDENT_ZERO, INDENT_ONE, INDENT_TWO"
  120. PROPERTY=Color, "Text Color", "TextColor", "black"
  121. PROPERTY=Boolean, "Show Label", "ShowLabel", "true"
  122. PROPERTY=Integer, "Notify Delay", "NotifyDelay", "1000"
  123.  
  124. AWTEVENT=ACTION
  125.  
  126. CONNECTION=input,  "String","", "%name%.setText(%arg%);",     "Set the text for %class%"
  127. CONNECTION=output, "String","", "%name%.getText()",         "Get the text for %class%"
  128. CONNECTION=input,  "Color", "", "%name%.setTextColor(%arg%);",     "Set the text color"
  129. CONNECTION=output, "Color", "", "%name%.getTextColor()",     "Get the text color"
  130. CONNECTION=input,   "int",  "", "%name%.setAlignStyle(%arg%);", "Set the alignment style"
  131. CONNECTION=output,  "int",  "", "%name%.getAlignStyle()",     "Get the alignment style"
  132. CONNECTION=input,   "int",  "", "%name%.setBevelStyle(%arg%);", "Set the bevel style"
  133. CONNECTION=output,  "int",  "", "%name%.getBevelStyle()",     "Get the bevel style"
  134. CONNECTION=input,   "int",  "", "%name%.setBorderIndent(%arg%);", "Set the border indent"
  135. CONNECTION=output,  "int",  "", "%name%.getBorderIndent()",     "Get the border indent"
  136. CONNECTION=output,  "int",  "", "%name%.INDENT_ZERO",        "INDENT_ZERO"
  137. CONNECTION=output,  "int",  "", "%name%.INDENT_ONE",        "INDENT_ONE"
  138. CONNECTION=output,  "int",  "", "%name%.INDENT_TWO",        "INDENT_TWO"
  139. CONNECTION=output,  "int",  "", "%name%.ALIGN_LEFT",        "ALIGN_LEFT"
  140. CONNECTION=output,  "int",  "", "%name%.ALIGN_CENTERED",    "ALIGN_CENTERED"
  141. CONNECTION=output,  "int",  "", "%name%.ALIGN_RIGHT",        "ALIGN_RIGHT"
  142. CONNECTION=output,  "int",  "", "%name%.BEVEL_LOWERED",        "BEVEL_LOWERED"
  143. CONNECTION=output,  "int",  "", "%name%.BEVEL_RAISED",        "BEVEL_RAISED"
  144. CONNECTION=output,  "int",  "", "%name%.BEVEL_LINE",        "BEVEL_LINE"
  145. CONNECTION=output,  "int",  "", "%name%.BEVEL_NONE",        "BEVEL_NONE"
  146. CONNECTION=input, "boolean","", "%name%.setShowLabel(%arg%);",    "Show/Hide the Label"
  147. CONNECTION=input,   "void", "", "%name%.setShowLabel(true);",    "Show the Label"
  148. CONNECTION=input,   "void", "", "%name%.setShowLabel(false);",    "Hide the Label"
  149. CONNECTION=output,"boolean","", "%name%.getShowLabel()",    "Is the Label shown?"
  150. CONNECTION=output,"boolean","", "!%name%.getShowLabel()",    "Is the Label hidden?"
  151. CONNECTION=input,  "int", "", "%name%.setBevelHeight(%arg%);",     "Set the height of the button bevel"
  152. CONNECTION=output, "int", "", "%name%.getBevelHeight()",         "Get the height of the button bevel"
  153. CONNECTION=input,  "int", "", "%name%.setNotifyDelay(%arg%);",    "Set the Notify Delay"
  154. CONNECTION=output, "int", "", "%name%.getNotifyDelay()",        "Get the Notify Delay"
  155.  
  156.  
  157. ; ---- symantec.itools.awt.LabelHTMLLink component ----
  158.  
  159. CLASS=symantec.itools.awt.LabelHTMLLink
  160.  
  161. SMALLICON=components\LabelHTMLLink.ico, "0"
  162. ICONSUITE=Icons, "156"
  163.  
  164. FOLDER=Additional
  165. ;TOOLBAR=Additional
  166.  
  167. AWTEVENT=ACTION
  168.  
  169. PROPERTY=URL, "HTML Link URL", "URL", "", "HTML Files(*.html;*.htm)"
  170. PROPERTY=String, "Frame Name", "Frame", ""
  171.  
  172. CONNECTION=input,"RelativeURL","", "%name%.setURL(symantec.itools.net.RelativeURL.getURL(%arg%));","Set the HTML Link Relative URL"
  173. CONNECTION=input,   "URL",  "", "%name%.setURL(%arg%);",     "Set the HTML Link URL"
  174. CONNECTION=output,  "URL",  "", "%name%.getURL()",         "Get the HTML Link URL"
  175. CONNECTION=input,   "String",  "", "%name%.setFrame(%arg%);", "Set the HTML Link frame name"
  176. CONNECTION=output,  "String",  "", "%name%.getFrame()", "Get the HTML Link frame name"
  177.  
  178.  
  179. ; ---- symantec.itools.awt.ImageHTMLLink component ----
  180.  
  181. CLASS=symantec.itools.awt.ImageHTMLLink
  182.  
  183. SMALLICON=components\ImageHTMLLink.ico, "0"
  184. ICONSUITE=Icons, "182"
  185.  
  186. FOLDER=Additional
  187. ;TOOLBAR=Additional
  188.  
  189. AWTEVENT=ACTION
  190.  
  191. DEFPROPERTY=URL, "HTML Link URL", "URL", "", "HTML Files(*.html;*.htm)"
  192. PROPERTY=String, "Frame Name", "Frame", ""
  193.  
  194. CONNECTION=input,"RelativeURL","", "%name%.setURL(symantec.itools.net.RelativeURL.getURL(%arg%));","Set the HTML Link Relative URL"
  195. CONNECTION=input,   "URL",  "", "%name%.setURL(%arg%);",     "Set the HTML Link URL"
  196. CONNECTION=output,  "URL",  "", "%name%.getURL()",         "Get the HTML Link URL"
  197. CONNECTION=input,   "String",  "", "%name%.setFrame(%arg%);", "Set the HTML Link frame name"
  198. CONNECTION=output,  "String",  "", "%name%.getFrame()", "Get the HTML Link frame name"
  199.  
  200.